Skip to content

com.inscoper.nbo.StringSet

Inherits from java::util::AbstractSet< String >

Public Classes

Name
class Iterator

Public Functions

Name
synchronized void delete()
StringSet(java.util.Collection<? extends String > collection)
int size()
boolean add(String key)
boolean addAll(java.util.Collection<? extends String > collection)
java.util.Iterator< String > iterator()
boolean containsAll(java.util.Collection<?> collection)
boolean contains(java.lang.Object object)
boolean removeAll(java.util.Collection<?> collection)
boolean remove(java.lang.Object object)
StringSet()
StringSet(StringSet other)
boolean isEmpty()
void clear()
boolean addImpl(String key)

Protected Functions

Name
StringSet(long cPtr, boolean cMemoryOwn)
void finalize()
long getCPtr(StringSet obj)
long swigRelease(StringSet obj)

Protected Attributes

Name
transient boolean swigCMemOwn

Public Functions Documentation

function delete

public synchronized void delete()

function StringSet

public StringSet(
    java.util.Collection<? extends String > collection
)

function size

public int size()

function add

public boolean add(
    String key
)

function addAll

public boolean addAll(
    java.util.Collection<? extends String > collection
)

function iterator

public java.util.Iterator< String > iterator()

function containsAll

public boolean containsAll(
    java.util.Collection<?> collection
)

function contains

public boolean contains(
    java.lang.Object object
)

function removeAll

public boolean removeAll(
    java.util.Collection<?> collection
)

function remove

public boolean remove(
    java.lang.Object object
)

function StringSet

public StringSet()

function StringSet

public StringSet(
    StringSet other
)

function isEmpty

public boolean isEmpty()

function clear

public void clear()

function addImpl

public boolean addImpl(
    String key
)

Protected Functions Documentation

function StringSet

protected StringSet(
    long cPtr,
    boolean cMemoryOwn
)

function finalize

protected void finalize()

function getCPtr

protected static long getCPtr(
    StringSet obj
)

function swigRelease

protected static long swigRelease(
    StringSet obj
)

Protected Attributes Documentation

variable swigCMemOwn

transient boolean swigCMemOwn;

Updated on 2026-06-22 at 17:06:33 +0200